From: Niklas Laxström Date: Wed, 9 May 2007 13:13:34 +0000 (+0000) Subject: * 400px is too big for small screens X-Git-Tag: 1.31.0-rc.0~53006 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=4d81a27d2c53e23d3737cff48417d19952856661;p=lhc%2Fweb%2Fwiklou.git * 400px is too big for small screens --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fd4e36cc91..2719517aee 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1125,7 +1125,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '65'; +$wgStyleVersion = '66'; # Server-side caching: diff --git a/skins/monobook/handheld.css b/skins/monobook/handheld.css index 153344d620..7d14d4b865 100644 --- a/skins/monobook/handheld.css +++ b/skins/monobook/handheld.css @@ -914,7 +914,6 @@ div#userlogin form#userlogin2 h2 { div#userlogin .captcha { border: 1px solid #bbb; padding: 1.5em 2em; - width: 400px; background-color: white; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 7037c0c7e9..29f96b843e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1185,7 +1185,6 @@ div#userlogin .captcha, div#userloginForm .captcha { border: 1px solid #bbb; padding: 1.5em 2em; - width: 400px; background-color: white; }